home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / text / tex / amiweb2c.lha / AmiWeb2c-2.1 / texmf / amiweb2c / s / makempx < prev    next >
Encoding:
AmigaDOS Script File  |  1997-12-14  |  611 b   |  17 lines

  1. .KEY MPFILE/A,MPXFILE/A
  2. ;^^^ Beware that the first line must be a dot command in order that
  3. ;    AmigaOS acknowledges any dot command in a shell script!
  4.  
  5. ; This Amiga shell script passes arguments, i.e., two filenames, from
  6. ; MetaPost to the ARexx script makempx.rexx.  To use this mechanism,
  7. ; copy this script file to the S: directory.  Note that the `s' flag
  8. ; must be preserved for automatic execution.
  9. ;
  10. ; Copyright (C) 1997 by Andreas Scherer
  11. ; This is free software; the author gives unlimited permission
  12. ; to copy, distribute, and modify this script.
  13.  
  14. rx makempx.rexx <MPFILE> <MPXFILE>
  15.  
  16. ; End of file.
  17.